home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / zipkit0a.zip / ZIPKIT0A.DOC < prev   
Text File  |  1991-10-11  |  12KB  |  289 lines

  1.  
  2. *  ZIPKIT0A            Companion to PKZ110.EXE              { 10/09/91 }
  3.  
  4.    1: Copy all programs to the UTILITY directory on your hard drive.
  5.    2: Set PATH= statement to include UTILITY directory.
  6.    3: All executables must have file attributes which allow reading.
  7.    4: Memory available must be 250k +
  8.  
  9. TOZIP.EXE *.*
  10.  
  11.    Version 5
  12.  
  13.    This program will convert file collections from various compression
  14.    techniques to the enhanced compression levels available through the
  15.    use of PKZ110.EXE.
  16.  
  17.    You must have in your possession a copy of PKZIP.EXE from the
  18.    PKZ110.EXE compression programs collection and a copy of one or more
  19.    of the following.
  20.  
  21.    ZOO     (1.22, 1.31, 1.50, 2.00, 2.01)
  22.    PAK     (2.01, 2.10)
  23.    DWC     (A4, A4.5, A4.91, A4.92, A4.93, A4.94, A5.01)
  24.    LHARC   (1.0, 1.12, 1.13)
  25.    PKUNPAK (3.61)
  26.    PKXARC  (35A - You must rename this to PKUNPAK.EXE )
  27.  
  28.    NOTE: It is recommended that you use the highest version for all of
  29.    the above mentioned compression programs.  Use of an earlier version
  30.    may result in error messages from that compression program that it
  31.    does not understand the compression method in use.
  32.  
  33.    All of these executables must reside on your DOS path and have
  34.    attributes that are NOT read only.
  35.  
  36.    Options needed to run - none - (default compression -ex (MAXIMUM))
  37.                                   (process all files)
  38.  
  39.    Options available to run - SET ZIPLEV=?   (Where ? is EX,EI,ES)
  40.                               SET ZIPTIME=?  (Where ? is ARCHIVE)
  41.                                              (Where ? is a date -
  42.                                               YYYYMMDD)
  43.                               SET ZIPDEPTH=1 (Recurse into
  44.                                               current collection)
  45.  
  46.    Ex: SET ZIPLEV=EI (IMPLODING on all files)
  47.  
  48.    See PKWares documentation for more info on compression levels.
  49.  
  50.    SET ZIPTIME=ARCHIVE results in only those files which have their
  51.    archive bit set to be processed.
  52.  
  53.    SET ZIPTIME=YYYYMMDD results in only those files dated equal to or
  54.    greater than the set date to be processed.  Ex: SET ZIPTIME=19890401,
  55.    results in files dated equal to or greater than '1989 April 01' to
  56.    be processed.
  57.  
  58.    If SET ZIPDEPTH=1 is SET then an extra call to TOZIP will be made to
  59.    attempt to TOZIP any other file collections that may be present in
  60.    the parent file collection.
  61.  
  62.    If errors are encountered during processing, a file titled
  63.    PKERRORS.LOG will reside in the same directory as TOZIP.  This file
  64.    contains a list of file collections that in someway are corrupted.
  65.  
  66.    File date/time and attributes remain the same as prior to process.
  67.  
  68.    Note that erred file collections are not processed to .ZIP files.
  69.  
  70. ZIPCOMNT.EXE *.* comment or ZIPCOMNT.EXE *
  71.  
  72.    Options needed to run - none
  73.  
  74.    Options available to run
  75.  
  76.    SET ZIPLINE=1
  77.    SET ZIPCOMNT=path
  78.    SET ZIPTIME=x (Where x is ARCHIVE, or x is a date YYYYMMDD)
  79.  
  80.    Where comment is your desired comment to be added to ALL requested
  81.    file collections.  If ZIPLINE=1 is set, the comment will be placed
  82.    directly following 'Searching ZIP: path/file '.  If ZIPLINE is not
  83.    set, the comment will be padded with two CR's to allow a longer
  84.    comment which will avoid any possible word wrap which may occur in
  85.    long path names. In this version the comment is limited to 117
  86.    characters.  It is advised that you do however keep the comment
  87.    limited to 79 characters.  Experiment with a ZIP to see the format
  88.    which will be presented.
  89.  
  90.    If ZIPCOMNT=path is set, ZIPLINE is then ignored.  ZIPCOMNT=path is
  91.    the full drive:\path to a file which contains a desired comment.  To
  92.    create a comment file use your favorite ascii editor.  When complete
  93.    experiment on a ZIP to judge the presentation.
  94.  
  95.    To run ZIPCOMNT with a comment file use the command ZIPCOMNT.EXE *
  96.  
  97.    Ex: SET ZIPCOMNT=C:\UTIL\COMMENT.FIL
  98.        ZIPCOMNT *
  99.  
  100.    To remove unwanted comments from ZIP files
  101.  
  102.    Ex: SET ZIPLINE=1
  103.        ZIPCOMNT *
  104.  
  105.    See TOZIP options for SET ZIPTIME=
  106.  
  107. SNGLCMNT.EXE filename or SNGLCMNT.EXE
  108.  
  109.    Options needed to run - none
  110.  
  111.    Options available to run - SET SNGLCMNT=path to comment file
  112.  
  113.    This program will allow you to add informative comments to ZIP file
  114.    collections.  This will allow you and your users to easily recognize
  115.    ZIP collections that are not often accessed/utilized.  You may
  116.    either specify a filename at start-up or you may select the desired
  117.    ZIP file to comment with the built in dir search and selection
  118.    routines.  A general help routine is available by function key when
  119.    SNGLCMNT is started. COMMAND.COM and PKZIP.EXE must reside on the
  120.    path with attributes that are NOT read only.  If you SET SNGLCMNT
  121.    to point at an existing file created with any ASCII editor, that
  122.    file will be loaded into the edit screens buffers at program
  123.    start-up.  You may then enter or alter the screen to add to that
  124.    which is already present.
  125.  
  126. REZIP.EXE *.*
  127.  
  128.    Version 5
  129.  
  130.    This program will maintain all ZIP collections for you. It will if
  131.    desired recurse all .ZIP collections in the parent .ZIP collections
  132.    root entries to gain the enhanced compression levels available from
  133.    the PKZ110.EXE file collection programs. You must have in your
  134.    possession a copy of PKZIP.EXE and a copy of PKUNZIP.EXE.  These
  135.    executables must reside on your DOS path and have attributes that
  136.    are NOT read only.  When REZIP is processing files,  an extra call
  137.    may be made to REZIP to try to REZIP any ZIP files that may be
  138.    present in the parent ZIP collections root entries. If you do not
  139.    feel that this step is necessary then do not use the SET ZIPDEPTH
  140.    option.  Note that the file count allowed in a ZIP collection can
  141.    not be greater than 900 files.  If paths were stored then the
  142.    directory count allowed in a ZIP collection is 50 directories.
  143.  
  144.    Options needed to run - none - (default compression -ex (IMPLODING))
  145.                                   (process all files)
  146.  
  147.    Options available to run - SET ZIPLEV=?   (Where ? is EX,EI,ES)
  148.                               SET ZIPTIME=?  (Where ? is ARCHIVE)
  149.                                              (Where ? is a date -
  150.                                               YYYYMMDD)
  151.                               SET ZIPDEPTH=1 (Recurse ZIPs in parent ZIP)
  152.  
  153.    Ex: SET ZIPLEV=EI (IMPLODING on all files)
  154.  
  155.    See PKWares documentation for more info on compression levels.
  156.  
  157.    SET ZIPTIME=ARCHIVE results in only those files which have their
  158.    archive bit set to be processed.
  159.  
  160.    SET ZIPTIME=YYYYMMDD results in only those files dated equal to or
  161.    greater than the set date to be processed.  Ex: SET ZIPTIME=19890801,
  162.    results in files dated equal to or greater than '1989 August 01' to
  163.    be processed.
  164.  
  165.    If SET ZIPDEPTH=1 is SET then an extra call to REZIP will be made to
  166.    attempt to rezip any other ZIP files that may be in the top entries
  167.    of the current ZIP collection.
  168.  
  169.    If errors are encountered during processing, a file titled
  170.    PKERRORS.LOG will reside in the same directory as REZIP.  This file
  171.    contains a list of ZIP collections that in someway are corrupted.
  172.  
  173.    File date/time and attributes remain the same as prior to process.
  174.  
  175.    Note that erred ZIP collections are not Rezipped.
  176.  
  177. CLNZIP.EXE *.* file/s_to_delete
  178.  
  179.    Allows selective deletes of unwanted files from selected ZIP files.
  180.  
  181.    See TOZIP options for SET ZIPTIME=
  182.  
  183. CHKZIP.EXE *.*
  184.  
  185.    Options needed to run - none
  186.  
  187.    Options available to run - SET ZIPKILL= (any thing)
  188.                               SET ZIPTIME= (See TOZIP options)
  189.  
  190.    To check integrity of your ZIP collection files. See PKERRORS.LOG
  191.    for files reported erred.  Note that warnings are also posted to
  192.    PKERRORS.LOG as ERROR IN FILE.
  193.  
  194.    If ZIPKILL is set to any setting,  erred file collections are then
  195.    deleted when errors or warnings are encountered.  A list of those
  196.    files deleted will be listed in PKERRORS.LOG. If you do not wish to
  197.    utilize this option then do not SET this environment variable.
  198.  
  199. *  If you must abort the programs as they are running then HOLD
  200.    Ctrl/Break until the system prompt presents itself.  External
  201.    processes must be allowed to finish before Ctrl/Break is picked up.
  202.  
  203. *  All programs are network compatible.  Locked and inaccessible files
  204.    are bypassed.  Note that users must have root directory access.
  205.  
  206. *  Note that .LOG file may be present after run of CHKZIP, CLNZIP,
  207.    REZIP or TOZIP.  It is meant to be used at a later date by yourself.
  208.  
  209.    The final .LOG file is processed into the directory where the .EXE
  210.    of the program run is located.
  211.  
  212. *  Process speed is dependent on several items.  Set times can vary due
  213.    to system technology, compression levels chosen and the number of
  214.    files to be processed.
  215.  
  216. *  Sample setup files
  217.  
  218.    For config.sys
  219.  
  220.    shell=command.com/p/e:512
  221.    break=on
  222.  
  223.    For autoexec.bat
  224.  
  225.    path=c:\pkwares;c:\dos;c:\utility
  226.  
  227.    set ziptime=archive          { only files with archive bit set }
  228.  
  229.    tozip c:\files\*.*           { no ziplev, MAX compression all files }
  230.  
  231.    set ziplev=es                { SHRINK all files, see PKWare docs }
  232.    set ziptime=19900401         { only files dated >= 1990 April 01 }
  233.  
  234.    tozip d:\files\*.*
  235.  
  236.    set zipcomnt=c:\comment.fil
  237.  
  238.    zipcomnt *                   { comment files dated later that 19900401
  239.                                   with contents of c:\comment.fil }
  240.  
  241.    set ziptime=                 { clean up environment }
  242.    set zipcomnt=
  243.    set ziplev=
  244.  
  245. *  SWEEP tozip * etc...
  246.  
  247. *  To register these programs send to the following
  248.  
  249.    TO:                           FROM:
  250.  
  251.    Thomas C. Atkinson            Name: __________________________________
  252.    2601 S. 70th Street
  253.    Milwaukee, WI. 53219     (Company): __________________________________
  254.  
  255.                               (Title): __________________________________
  256.  
  257.                               Address: __________________________________
  258.    Today's
  259.    date: ___________       City,State: __________________________________
  260.                                                               Zip Code
  261.                          Phone Number: _________________________
  262.  
  263.  
  264.    (Collection contains REZIP, TOZIP, CHKZIP, CLNZIP, ZIPCMNT, SNGLCMNT)
  265.  
  266.    * One diskette with programs and documentation files .... $25. ______
  267.  
  268.    * Commercial site license for the use of the ZIPKIT program collection.
  269.  
  270.    (Includes one diskette with programs & documentation files.)
  271.  
  272.      2 to  9 computers ..... at $20 each    # computers ___x 20   ______
  273.     10 to 24 computers ..... at $15 each    # computers ___x 15   ______
  274.     25 to 49 computers ..... at $10 each    # computers ___x 10   ______
  275.     50 to 99 computers ..... at $5  each    # computers ___x 5    ______
  276.    100 plus  computers ..... $500 one time fee                    ______
  277.  
  278.    For special programming considerations also contact the above address
  279.  
  280. *  For registration of PKwares
  281.  
  282.    If you send $47 of more, you will receive, when available, the next
  283.    version of the PKZIP, PKUNZIP, and PKSFX programs.  Please state the
  284.    version of the software that you currently have.
  285.  
  286.    Send check or money order to  PKWARE, Inc.
  287.                                  7545 North Port Washington Road
  288.                                  Glendale, WI. 53217
  289.